Crate intervaltree

Source
Expand description

A simple and generic implementation of an immutable interval tree.

Structsยง

  • An element of an interval tree.
  • A simple and generic implementation of an immutable interval tree.
  • Iterator for query results.
  • An iterator that moves out of an interval tree.
  • An iterator over all the elements in the tree (in no particular order).